<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.section {
    width: 1200px;
    margin: 0 auto;
}

body {
    background-color: #f5f5f5;
    font-family: "Source Han Sans";
}
.top-area{
    background-color:#333333;
    height: 36px;
    line-height: 36px;
  }
  .top-area p{
    font-size: 12px;
    color: #fff;
  }
.header {
    height: 100px;
    background-color: #ffffff;
    min-width: 1200px;
}

.header .logo {
    float: left;
    margin-top: 14px;
}

.header .nav {
    float: right
}

.header .nav ul {
    list-style: none;
}

.header .nav&gt;ul&gt;li {
    float: left;
    text-align: center;
    line-height: 90px;
    padding-right: 30px;
}

.header .nav&gt;ul li&gt;a {
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.header .nav li a.current {
    color: #2f5596;
    border-bottom: 2px solid #2f5596;
}

.header .nav&gt;ul li&gt;a:hover {
    color: #2f5596;
    border-bottom: 2px solid #2f5596;
}
/*导航下拉*/
.dropdown {
    position: relative;
    z-index: 100%;
}

.dropdown .dropdown-content {
    width: 130px;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #fff;
    border: solid 1px #eee;
    display: none;
    z-index: 999;
}

.dropdown .dropdown-content li {
    position: relative;
}

.dropdown .dropdown-content li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 0 !important;
}

.dropdown .dropdown-content li:hover&gt;a {
    border-bottom: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .dropdown-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    display: none;
    z-index: 100;
}

.dropdown-content li:hover .dropdown-item {
    display: block;
}

/*移动端导航*/
.mobile-nav {
    background: #fff;
    display: none;
}

.mobile-nav ul&gt;li {
    list-style: none;
    width: 100%;
}

.mobile-nav ul&gt;li&gt;a {
    display: block;
    color: #333;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
    text-decoration: none;
}

.mobile-nav ul&gt;li:hover {
    background: #2f5596;
}

.mobile-nav ul&gt;li:hover&gt;a {
    color: #fff;
}

.mobile-nav li.dropdown {
    height: auto;
}

.mobile-nav .dropdown&gt;a {
    background: url(../images/down.png) no-repeat 85px center;
}

.mobile-nav .dropdown:hover&gt;a {
    background-image: url(../images/down-on.png);
}

.mobile-nav .dropdown:hover .dropdown-content {
    display: none;
}

.mobile-nav .dropdown .dropdown-content {
    position: static;
    width: 100%;
}

.mobile-nav .dropdown .dropdown-content li a {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-style: 14px;
    text-align: left;
}

/*内容*/
.content_ct {
    overflow: hidden;
}
.h-mid .h-banner .h-bntle {
    width: 250px;
    float: left;
}
div#slide {
    padding-top: 16px;
}

.h-bntle ul{
    list-style: none;
}
.h-bntle li {

    width: 250px;
    margin-bottom: 4px;
    background: url(../images/jiantou.png) no-repeat 28px 4px;
}
.h-bntle li a {
    width: 212px;
    height: 38px;
    padding-left: 56px;
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #4c4c4c;
    font-size: 16px;
}
.h-bntle li a:hover{
    color: #c55a12;
}
.title{
  margin-bottom: 20px;
  height: 54px;
  line-height:54px;
  background-color: #c55a12;
}
.title p{
    font-size: 16px;
    color: #fff;
    padding-left: 14px;
}
.title div{
  margin-left: 12px;
  width: 2px;
  height:44px;
  background-color: #000;
  flex-wrap: wrap;
}
.content_ct{
  overflow: hidden;
  padding-top: 28px;
}
.content_ct .left {
    margin-right: 30px;
    box-sizing: border-box;
    width: 288px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    float: left;
}
.content_ct .left .info{
  overflow: hidden;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 20px;
}
.content_ct .left .info li {
    box-sizing: border-box;
    width: 86px;
    height: 80px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-align: center;
    float: left;
    margin-right: 4px;
  
}
.content_ct .left .info li a{
    text-decoration: none;
    color: #333333;
  
}
.content_ct .left .info li a img{
  width: 30px;
  height: 32px;
  padding: 10px 0;
}

.content_ct .left .info li.current a{
  color: #c55a12;
}
.content_ct .left .registrar{
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}
.content_ct .left .registrar {
    line-height: 33px;
    color: #333333;
    margin-bottom: 10px;
}
.content_ct .left .registrar li{
    list-style: none;
    padding-left: 24px;
}
.content_ct .left .registrar li a{
    text-decoration: none;
    color: #000;
}
/*右边上半部分*/
.content_ct .right {
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 882px;
    float: right;
    display: flex;
    justify-content: space-between;
    
}
.right .right_t {
    width: 580px;
    height: 410px;
    background-color: #ffffff;
}
.title1 {
    height: 54px;
    line-height: 54px;
    background-color: #c55a12;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}
.title1 p{
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}
.right_lf img{
    padding-top: 20px;
}
.right_lf p {
    line-height: 22px;
    width: 560px;
    font-size: 14px;
    padding-top: 10px;
    margin-left: 12px;
    text-align:justify
}
.right_lf a{
    text-decoration: none;
    color: #c55a12;
}
.search li input {
    width: 230px;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
    border: 1px solid #dce0e5;
    margin-bottom: 20px;
}
.search{
    background-color: #fff;
    float: right;
    width: 288px;
    height: 256px;
}
.search .title2{
    height: 54px;
    background-color: #c55a12;
}
.search .title2 h3{
    font-size: 16px;
    line-height: 54px;
    margin-left: 12px;
    color: #fff;
}
.search input {
    width: 246px;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
    border: 1px solid #dce0e5;
    margin-top: 14px;
}
.search input.user {
    background: url(../images/login-name.png) no-repeat 10px center;
}

.search input.pwd {
    background: url(../images/Password.png) no-repeat 10px center;
}
.search .title2 p {
    margin-bottom: 20px;
    text-align: right;
}

.search .title2 p a {
    color: #999;
}

.search .title2 a {
    text-decoration: none;
}

.search a.login {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #999;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}
.search img{
     padding-top: 15px;
}
/*右边下半部分*/
.right_b{
    box-sizing: border-box;
    width: 882px;
    float: right;
    display: flex;
    justify-content: space-between;
}
.right_b .right_b_lf  {
    float: right;
    box-sizing: border-box;
    width: 432px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}
.right_b .right_b_rt {
    float: right;
    box-sizing: border-box;
    width: 432px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}
.right_b .title3{
    margin-bottom: 12px;
    height: 54px;
    line-height: 54px;
    background-color: #c55a12;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}
.right_b .title3 p{
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}
.right_b .right_b_lf ul{
    padding-left: 10px;
    list-style: none;
    width: 374px;
    height: 40px;
    line-height: 40px;
    
}
.right_b .right_b_lf li a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.right_b .right_b_lf a:hover{
    color: #c55a12;
}
.right_b .right_b_lf span {
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}
.right_b .title4 {
    margin-bottom: 12px;
    height: 54px;
    line-height: 54px;
    background-color: #c55a12;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}
.right_b .title4 p {
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}
.right_b .right_b_rt ul {
    padding-left: 10px;
    list-style: none;
    width: 400px;
    height: 40px;
    line-height: 40px;
}
.right_b .right_b_rt li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.right_b .right_b_rt span {
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}
.right_b .right_b_rt a:hover{
    color: #c55a12;
}
/*友情链接*/
.link{
    padding-top: 30px;
}
.link .section{
    height: 150px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    overflow: hidden;
}
.link .section ul{
    list-style: none;
}
.link ul li {
    float: left;
    margin-right: 20px;
}
/*底部*/
.footer{
    height: 165px;
    background-color: #292626;
    border: solid 1px #ebebeb;
    color: #999999;
    text-align: center;
  }
  .footer p.p1{
    font-size: 16px;
    color: #fefefe;
    margin: 20px 0;
  }
  .footer div{
    margin-bottom: 15px;
  }
  .footer div span{
    padding-right: 30px;
  }
  .footer p{
    margin-bottom: 15px;
  }
/*移动端样式*/
@media (max-width:767px) {
    .section {
        width: 90%;
    }

    .banner {
        max-height: 200px;
        padding-top: 0px;
    }

    .header {
        display: none;
    }

    .head {
        display: block;
    }

    .head {
        background-color: #fff;
    }
    .header .logo {
        max-height: 40px;
        margin-top: 6px;
    }
    .head .toggle {
        float: right;
        width: 9%;
        margin-top: 12px;
    }
    .banner img {
        width: 100%;
    }
    .content_ct .left{
        width: 100%;
    }
    .content_ct .left .info li{
        margin-right: 18px;
    }
    .content_ct .right {
        padding-top: 24px;
        width: 100%;
        flex-wrap: wrap;
    }
    .right_lf img {
        width: 100%;
        padding-top: 10px;
    }
    .right_lf p {
        width: 94%;
        font-size: 12px;
    }
    .search{
        width: 100%;
        margin-top: 10px;
    }
    .search input {
        width: 86%;
    }
    .search img{
        display:none;
    }
    .right_b {
        flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
        float: right;
        display: flex;
        justify-content: space-between;
    }
    .right_b .right_b_lf ul{
        width: 100%;
    }
    .right_b .right_b_lf{
        height: 316px;
    }
    .right_b .right_b_lf span {
        font-size: 12px;
        padding-left: 26px;
    }
    .right_b .right_b_lf li a{
        font-size: 14px;
    }
    .right_b .right_b_rt{
        margin-top: 10px;
        height: 316px;
    }
    .right_b .right_b_rt li a{
        font-size: 14px;
    }
    .right_b .right_b_rt span{
        font-size: 12px;
        padding-left: 26px;
    }
    .link img {
        width: 100%;
    }
    .link ul li {
        width: 100%;
        float: left;
        margin-right: 20px;
        
    }
    .link .section {
        height: 100%;
    }
    .footer {
        height: 254px;
    }
}
@media (max-width: 480px) {
    .head {
        height: 50px;
        line-height: 50px;
    }

    .head .toggle {
        width: 9%;
        margin-top: 12px;
    }

    .head .logo {
        max-height: 30px;
        margin-top: 10px;
    }
    .content_ct .left .info li {
        margin-right: 5px;
    }
    .right_b .right_b_lf li a {
        font-size: 12px;
    }
    .right_b .right_b_lf span {
        font-size: 10px; 
        padding-left: 10px;
    }
    .right_b .right_b_rt li a {
        font-size: 10px;
    }
    .right_b .right_b_rt span {
        font-size: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .section {
        width: 750px;
    }

    .head {
        display: block;
    }

    .header {
        display: none;
    }
    .head .logo {
        padding: 10px;
    }
    .toggle {
        padding-top: 20px;
        float: right;
    }
    .banner img{
        width: 100%;
    }
    .content_ct .left {
        margin-right: 12px;}


    .content_ct .right {
        width: 60%;
        flex-wrap: wrap;
    }
    .right_lf img {
        padding-top: 20px;
        width: 100%;
    }
    .right_lf p {
        line-height: 22px;
        width: 432px;
        font-size: 14px;
        padding-top: 10px;
        margin-left: 8px;
    }
    .search {
        margin-top: 20px;
        width: 100%;
    }
    .search input {
        width: 90%;
        height: 48px;
        line-height: 48px
    }
    .search img {
        display: none;
    }
    .right_b{
        float: left;
        height: 324px;
        margin-top: 30px;
    }
    .right_b .right_b_lf {
        width: 42%;
    }
    .right_b .right_b_lf li a {
        font-size: 14px;
    }
    .right_b .right_b_lf span {
        font-size: 12px;
        padding-left: 54px;}
        

    .right_b .right_b_rt li a {
        font-size: 14px;
    }
    .right_b .right_b_rt span {
        font-size: 12px;
        padding-left: 48px;

    }
    .right_b .right_b_rt {
        width: 57%;
    }
    .search a.login {
        height: 60px;
        line-height: 60px;
    }
    .link img {
        width: 100%;
    }
    .link ul li {
        width: 30%;
        float: left;
        margin-right: 20px;
        
    }
    .link .section {
        height: 250px;
    }
    .footer {
        height: 200px;
    }
    .footer div span {
        padding-right: 10px;
        font-size: 14px;
    }
    .footer p{
        font-size: 14px;
    }
        

}
@media (min-width: 992px) and (max-width: 1199px) {
.section {
    width: 100%;
    }

.head {
    display: none;
    }
.header {
     height: 100px;
    background-color: #ffffff;
    min-width: 100%;
    }
.header .logo {
    float: left;
    margin-top: 14px;
    margin-right: 60px;
    }

.header .nav&gt;ul&gt;li {
    padding-right: 20px;
}
.mobile-nav {
    display: none !important;
    }

.header {
    display: block;
}
.banner img {
    width: 100%;
}
.content_ct .left {
    margin-right: 19px;
}
.content_ct .right {
    width: 70%;
}
.right .right_t {
    width: 60%;
    height: 430px;
}
.right_lf img {
    width: 100%;
}
.right_lf p {
    width: 94%;
}
.search {
    width: 39%;
    height: 260px;
}
.search img {
    padding-top: 35px;
}
.right_b {
    width: 70%;
    margin: 0;
}
.right_b .right_b_lf {
    width: 49%;
    height: 312px;
}
.right_b .right_b_lf span {
    padding-left: 20px;
    font-size: 12px;}

.right_b .right_b_lf li a {
    font-size: 15px;}

.right_b .right_b_rt li a {
    font-size: 15px;
    }
.right_b .right_b_rt span {
    font-size: 12px;
    padding-left: 12px;
}
.search img {
    display: block;
    padding-top: 22px;
}
.search{
    margin: 0;
}
.link .section {
    height: 150px;
}
.link ul li {
    width: 16%;
    margin-right: 6px;
}
.link img {
    width: 100%;
}
li.current {
    margin-left: 5px;
}

}


@media (min-width: 1200px) {
    .section {
        width: 1200px;
    }

    .head {
        display: none;
    }

    .header {
        display: block;
    }

    .mobile-nav {
        display: none;
    }
    .content_ct .right {
        margin-bottom: 20px;
        box-sizing: border-box;
        width: 882px;
        float: right;
        display: flex;
        justify-content: space-between;
        
    }
    .content_ct .left .info {
        padding-left: 0px;
    }
    .right .right_t {
        width: 580px;
        height: 410px;
        background-color: #ffffff;
    }
    .title1 {
        height: 54px;
        line-height: 54px;
        background-color: #c55a12;
        font-size: 22px;
        font-weight: normal;
        color: #333333;
    }
    .title1 p{
        font-size: 16px;
        color: #fff;
        padding-left: 12px;
    }
    .right_lf img{
        padding-top: 20px;
    }
    .right_lf p {
        line-height: 22px;
        width: 560px;
        font-size: 14px;
        padding-top: 10px;
        margin-left: 12px;
        text-align:justify
    }
    .right_lf a{
        text-decoration: none;
        color: #c55a12;
    }
    .search li input {
        width: 230px;
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        border: 1px solid #dce0e5;
        margin-bottom: 20px;
    }
    .search{
        background-color: #fff;
        float: right;
        width: 288px;
        height: 256px;
    }
    .search .title2{
        height: 54px;
        background-color: #c55a12;
    }
    .search .title2 h3{
        font-size: 16px;
        line-height: 54px;
        margin-left: 12px;
        color: #fff;
    }
    .search input {
        width: 246px;
        height: 48px;
        line-height: 48px;
        padding-left: 40px;
        border: 1px solid #dce0e5;
        margin-top: 14px;
    }
    .search input.user {
        background: url(../images/login-name.png) no-repeat 10px center;
    }
    
    .search input.pwd {
        background: url(../images/Password.png) no-repeat 10px center;
    }
    .search .title2 p {
        margin-bottom: 20px;
        text-align: right;
    }
    
    .search .title2 p a {
        color: #999;
    }
    
    .search .title2 a {
        text-decoration: none;
    }
    
    .search a.login {
        text-decoration: none;
        margin-top: 20px;
        display: block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        background-color: #999;
        font-size: 16px;
        border-radius: 2px;
        color: #fff;
        text-align: center;
    }
    .search img{
         padding-top: 15px;
    }
    /*右边下半部分*/
    .right_b{
        box-sizing: border-box;
        width: 882px;
        float: right;
        display: flex;
        justify-content: space-between;
    }
    .right_b .right_b_lf  {
        float: right;
        box-sizing: border-box;
        width: 432px;
        background-color: #ffffff;
        border: solid 1px #ebebeb;
    }
    .right_b .right_b_rt {
        float: right;
        box-sizing: border-box;
        width: 432px;
        background-color: #ffffff;
        border: solid 1px #ebebeb;
    }
    .right_b .title3{
        margin-bottom: 12px;
        height: 54px;
        line-height: 54px;
        background-color: #c55a12;
        font-size: 22px;
        font-weight: normal;
        color: #333333;
    }
    .right_b .title3 p{
        font-size: 16px;
        color: #fff;
        padding-left: 12px;
    }
    .right_b .right_b_lf ul{
        padding-left: 10px;
        list-style: none;
        width: 374px;
        height: 40px;
        line-height: 40px;
        
    }
    .right_b .right_b_lf li a{
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }
    .right_b .right_b_lf a:hover{
        color: #c55a12;
    }
    .right_b .right_b_lf span {
        font-size: 14px;
        color: #999;
        padding-left: 30px;
    }
    .right_b .title4 {
        margin-bottom: 12px;
        height: 54px;
        line-height: 54px;
        background-color: #c55a12;
        font-size: 22px;
        font-weight: normal;
        color: #333333;
    }
    .right_b .title4 p {
        font-size: 16px;
        color: #fff;
        padding-left: 12px;
    }
    .right_b .right_b_rt ul {
        padding-left: 10px;
        list-style: none;
        width: 400px;
        height: 40px;
        line-height: 40px;
    }
    .right_b .right_b_rt li a {
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }
    .right_b .right_b_rt span {
        font-size: 14px;
        color: #999;
        padding-left: 30px;
    }
    .right_b .right_b_rt a:hover{
        color: #c55a12;
    }
    .search img {
        display: block;
    }
    .search{
        margin: 0;
    }
    .right_b{
        margin: 0;
    }
    .link ul li {
        width: 15%;
        float: left;
        margin-right: 20px
    }
    .link .section {
        height: 150px;
    }
    li.current {
        margin-left: 10px;
    }
}



</pre></body></html>